Operation boolean isDaemon (), in Class Thread

Documentation

* Tests if this thread is a daemon thread.
*
* @return <code>true</code> if this thread is a daemon thread;
* <code>false</code> otherwise.
* @see java.lang.Thread#setDaemon(boolean)
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
FinalTrueAbstractFalse
StaticFalseNativeFalse
SynchronizedFalse